{studentAssociation.name} logo

{studentAssociation.name}

Description

{@html studentAssociation.description}
{#if data.me && !data.me.external}

Cotiser

{#if data.me.contributesTo.some((c) => c.uid === studentAssociation.uid)}

Tu cotises pour {studentAssociation.name}. Merci!

{:else} {/if} {/if}

Bureaux de l'association

{#each studentAssociation.groups.filter((group) => group.type === GroupType.StudentAssociationSection) as studentAssociationSection}
{studentAssociationSection.name}

{studentAssociationSection.name}

{#if studentAssociationSection.description}

{studentAssociationSection.description}

{/if}
{/each}

Associations et Clubs

{#each studentAssociation.groups.filter((group) => group.type === GroupType.Club || group.type === GroupType.Association) as group}
{group.name}

{group.name}

{#if group.description}

{group.description}

{/if}
{/each}